home *** CD-ROM | disk | FTP | other *** search
- ####################################################
- # Description: Play all of the WAV file that come with OS/2 sound.
- # Check if each one sounds proper.
- # FORMAT TAG = PCM
- ####################################################
-
- open ?AP2PATH?applause.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'applause' sound good?
-
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?beeoong.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'beoong' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?bells.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
- play wave1 from 0
- @CHECK Did the 'bells' sound good?
- close wave1
-
- ###################################
-
- open ?AP2PATH?boing.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'boing' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?boo.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'boo' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?bwaaang.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
-
- @CHECK Did the 'bwaaang' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?bweeep.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'bweeep' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?charge.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'charge' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?cuckoo.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'cuckoo' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?doink.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'doink' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?doorcls.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'doorcls' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?drumroll.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'drumroll' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?eeerrupp.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'eeerruupp' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?pop.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'pop' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?ratattat.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'rararrat' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?shred.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'shred' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?takemy.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'takeme' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?tonk.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'tonk' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?twip.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'twip' sound good?
- close wave1 wait
-
- ###################################
-
- open ?AP2PATH?wooeep.wav alias wave1 wait
-
- set wave1 format tag PCM wait
- status wave1 format tag wait
- =PCM
-
- play wave1 wait
- @CHECK Did the 'wooeep' sound good?
- close wave1 wait
-
-
- ###################################